@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: "microsoft yahei";
	box-sizing: border-box;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

input {}

body {
}

img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.cl {
	clear: both;
}
/**/

header{
	width: 100%;
	position: relative;
}
.header-w{
	width: 100%;
	background-color: rgb(255,255,255,.7);
	position: absolute;
	top: 0;
}
.header{
	width: 1200px;
	margin: 15px auto;
	display: flex;
	justify-content: space-between;
}
.header .logo{
	height: 70px;
}
.header .logo img{
	display: block;
	height: 100%;
}
.header .nav{
	display: flex;
	justify-content: flex-end;
}
.header .nav p{
	margin-left: 15px;
}
.header .nav p a{
	display: block;
	padding: 0px 15px;
	line-height: 70px;
	font-size: 15px;
	font-weight: bold;
}
.banner{
	width: 100%;
}
.banner img{
	display: block;
	width: 100%;
}
.index-main01-w{
	width: 100%;
	background-color: #eeecec;
	padding: 65px 0px;
	margin-bottom: 60px;
}
.index-main01{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.index-main01 .left{
	width: 550px;
	padding-top: 40px;
	padding-right: 50px;
}
.index-main01 .left p.t1{
	color: #959494;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 25px;
}
.index-main01 .left p.t2{
	height: 2px;
	width: 120px;
	background-color: #6191ea;
	margin-bottom: 25px;
}
.index-main01 .left p.t3{
	color: #605f5f;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 25px;
}
.index-main01 .left p.t4 a{
	display: block;
	width: 120px;
	text-align: center;
	line-height: 40px;
	color: #605f5f;
	border: 1px solid #605f5f;
	
}
.index-main01 .right{
	width: 550px;
}
.index-main01 .right img{
	display: block;
	width: 100%;
}
.index-main02{
	width: 1200px;
	margin: 45px auto;
	padding-bottom: 50px;
}
.index-main02 .swiper-slide{
	width: 385px;
}
.index-main02 .swiper-slide a{
	display: block;
	position: relative;
}
.index-main02 .swiper-slide a p{
	display: block;
	position: absolute;
	bottom: 0px;
	height: 50px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	text-align: center;
	transition: 0.3s all;
	color: white;
}
.index-main02 .swiper-slide a:hover p{
	background-color: rgb(27,99,233,.6);
	height: 100%;
	transition: 0.3s all;
}
.index-main02 .swiper-slide a img{
	display: block;
	width: 100%;
}
.index-main02 .wm-bth{
	display: flex;
	justify-content: flex-start;
	margin-top: 15px;
	position: relative;
}
.index-main02 .wm-bth .wm-button-next{
	width: 100px;
	height: 45px;
	background-color: #1b63e9;
	line-height: 45px;
	color: white;
	text-align: center;
	font-size: 36px;
	cursor: pointer;
}
.index-main02 .wm-bth .wm-button-prev{
	width: 100px;
	height: 45px;
	background-color: #1b63e9;
	line-height: 45px;
	color: white;
	text-align: center;
	font-size: 36px;
	cursor: pointer;
	margin-right: 10px;
}
.index-main02 .wm-bth .wm-button-more{
	width: 120px;
	text-align: center;
	line-height: 45px;
	background-color: #1b63e9;
	position: absolute;
	right: 0;
	color: white;
}
.index-title{
	text-align: center;
	color: #585757;
	font-weight: bold;
	font-size: 26px;
}
.index-title.pages{
	margin-top: 45px;
}
.index-main03-w{
	width: 100%;
	background-color: #eeecec;
	padding: 50px 0px;
	margin-bottom: 55px;
}
.index-main03{
	width: 1200px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
}
.index-main03 .list{
	width: 385px;
}
.index-main03 .list p.t1{
	width: 100%;
	margin-bottom: 10px;
}
.index-main03 .list p.t1 img{
	display: block;
	width: 100%;
}
.index-main03 .list p.t2{
	color: #4e4d4d;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.index-main03 .list p.t3{
	color: #8d8c8c;
	font-size: 12px;
	margin-bottom: 10px;
}
.index-main03 .list p.t4 a{
	display: block;
	width: 100px;
	text-align: center;
	line-height: 30px;
	color: white;
	background-color: #16a0dc;
	font-size: 14px;
}
.index-main04{
	width: 1200px;
	margin: 55px auto;
	display: flex;
	justify-content: space-between;
}
.index-main04 .list{
	width: 185px;
}
.index-main04 .list img{
	display: block;
	width: 100%;
}
.index-main05-w{
	width: 100%;
	background-image: url(../images/footerbj_03.png);
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 35px 0px;
}
.index-main05{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.index-main05 .list{
	text-align: center;
}
.index-main05 .list p.t1{
	font-weight: bold;
	color: white;
	font-size: 34px;
	margin-bottom: 12px;
	text-align: center;
}
.index-main05 .list p.t2{
	height: 60px;
	margin-bottom: 12px;
}
.index-main05 .list p.t2 img{
	display: block;
	height: 100%;
	margin: auto;
}
.index-main05 .list p.t3{
	color: white;
	font-size: 14px;
	margin-bottom: 12px;
}
.index-main05 .list p.t4{
	width: 40px;
	height: 1px;
	background-color: white;
	display: block;
	margin: auto;
}
.index-main05 .hr{
	width: 1px;
	margin-top: 20px;
	height: 130px;
	background-color: white;
}
footer{
	width: 100%;
	background-color: #404040;
	padding: 40px 0px 45px;
}
.footer{
	width: 1200px;
	margin: auto;
}
.footer .top{
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid white;
	padding-bottom: 40px;
	margin-bottom: 55px;
}
.footer .top .list{
	display: flex;
	justify-content: flex-start;
}
.footer .top .list .icon{
	width: 60px;
	margin-right: 12px;
}
.footer .top .list .icon img{
	display: block;
	width: 100%;
}
.footer .top .list .text p.t1{
	color: white;
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 18px;
}
.footer .top .list .text p.t2{
	color: white;
}
.footer .bottom{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.footer .bottom p.name{
	color: white;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}
.footer .bottom .one{
	width: 400px;
}
.footer .bottom .one p.desc{
	color: white;
	font-size: 14px;
	line-height: 1.6;
}
.footer .bottom .two{
	width: 400px;
}
.footer .bottom .two p.list a{
	display: block;
		color: white;
	font-size: 14px;
	line-height: 2;
}
.footer .bottom .three{
	width: 240px;
}
.footer .bottom .three p.dao{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer .bottom .three p.dao a{
	display: block;
	width: 48%;
		color: white;
	font-size: 14px;
	line-height: 2;
}
.footer .copy{
	color: white;
	text-align: center;
	margin-top: 40px;
	font-size: 15px;
}
/**/
.header-n{
	width: 1200px;
	margin: 15px auto;
	display: flex;
	justify-content: space-between;
}
.header-n .logo{
	height: 60px;
}
.header-n .logo img{
	display: block;
	height: 100%;
}
.header-n .logo-r{
	display: flex;
	justify-content: flex-end;
	padding-top: 5px;
}
.header-n .logo-r .list{
	display: flex;
	justify-content: flex-start;
	margin-left: 20px;
}
.header-n .logo-r .list .ico{
	width: 40px;
	margin-right: 12px;
}
.header-n .logo-r .list .ico img{
	display: block;
	width: 100%;
}
.header-n .logo-r .list .text p.t1{
	font-size: 15px;
	font-weight: bold;
	padding-top: 2px;
}
.header-n .logo-r .list .text p.t2{
	font-size: 14px;
}
.header-nav-w{
	width: 100%;
	background-color: #2f2e2e;
}
.header-nav{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.header-nav p a{
	display: block;
	line-height: 60px;
	padding: 0px 30px;
	color: white;
	font-size: 15px;
	font-weight: bold;
	transition: 0.3s all;
}
.header-nav p a:hover{
	background-color: #1b63e9;
	transition: 0.3s all;
}
.page-types-w{
	width: 100%;
	background-color: #ececec;
}
.page-types{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: flex-start;
}
.page-types p{
	margin-left: 30px;
}
.page-types p a{
	display: block;
	line-height: 60px;
	color: #706f6f;
	font-weight: bold;
	font-size: 15px;
	padding: 0px 15px;
	position: relative;
}
.page-types p a:after{
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	background-color: #1b63e9;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: 0.3s all;
}
.page-types p a:hover,
.page-types p.hover a{
	color: #1b63e9;
}
.page-types p a:hover:after,
.page-types p.hover a:after{
	width: 100%;
	transition: 0.3s all;
}
.about-main{
	width: 1200px;
	margin: 65px auto;
	display: flex;
	justify-content: space-between;
}
.about-main .left{
	width: 580px;
}
.about-main .left p.t1{
	display: block;
	width: 100%;
}
.about-main .left p.t1 img{
	display: block;
	width: 100%;
}
.about-main .left .two{
	width: 100%;
	background-color: #e8e8e8;
	display: flex;
	justify-content: space-between;
	padding: 25px 0px;
}
.about-main .left .list{
	width: 31%;
	text-align: center;
}
.about-main .left .list p.t1{
	color: #474546;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 12px;
}
.about-main .left .list p.t2{
	text-align: center;
}
.about-main .right{
	width: 580px;
}
.about-main .right p.t1{
	display: block;
	position: relative;
	font-weight: bold;
	font-size: 78px;
	color: #e1e1e1;
}
.about-main .right p.t1 span{
	display: block;
	color: #1b63e9;
	font-size: 16px;
	position: absolute;
	left: 6px;
	top: 42px;
}
.about-main .right .t2{
	color: #8e8e8e;
	font-size: 15px;
	line-height: 1.8;
}
.fengcai-main{
	width: 1200px;
	margin: 55px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fengcai-main .list{
	width: 585px;
	margin-bottom: 20px;
}
.fengcai-main .list img{
	display: block;
	width: 100%;
}
.honor-main{
	width: 1200px;
	margin: 55px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.honor-main .list{
	width: 285px;
	margin-bottom: 20px;
}
.honor-main .list img{
	display: block;
	width: 100%;
}
.wenhua-main{
	width: 1200px;
	margin: 55px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wenhua-main .list{
	width: 400px;
	position: relative;
}
.wenhua-main .list img{
	display: block;
	width: 100%;
}
.wenhua-main .list .text{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	text-align: center;
	padding-top: 50px;
}
.wenhua-main .list .text p.t1{
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
}
.wenhua-main .list .text p.t2{
	color: #aaa39e;
	margin-bottom: 10px;
}
.wenhua-main .list .text p.t3{
	width: 60px;
	height: 2px;
	display: block;
	margin: auto;
	background-color: #1b63e9;
	margin-bottom: 20px;
}
.wenhua-main .list .text p.t4{
	line-height: 1.8;
	font-size: 15px;
	font-weight: bold;

}
.wenhua-main .list:nth-child(2) .text,
.wenhua-main .list:nth-child(4) .text,
.wenhua-main .list:nth-child(6) .text{
	color: white !important;
}
.wenhua-main02{
	width: 1200px;
	margin: 55px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: white;
	padding: 40px 40px 20px;
	box-shadow: 0px 0px 6px #ccc;
}
.wenhua-main02 p{
	width: 25%;
	font-weight: bold;
	margin-bottom: 20px;
}
.wenhua-main02 .title{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.wenhua-main02 .title span.t1{
		font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
	display: block;
}
.wenhua-main02 .title span.t2{
		color: #aaa39e;
	display: block;
	margin-bottom: 10px;
}
.wenhua-main02 .title span.t3{
	display: block;
		width: 60px;
	height: 2px;
	display: block;
	margin: auto;
	background-color: #1b63e9;
	margin-bottom: 20px;
}
.zizhi-main{
	width: 1200px;
	margin: 55px auto;
}
.zizhi-main img{
	display: block;
	width: 100%;
}
.contact-main{
	width: 1200px;
	margin: 55px auto;
	display: flex;
	justify-content: space-between;
}
.contact-main .list{
	width: 30%;
	text-align: center;
}
.contact-main .list p.t1{
	width: 80px;
	display: block;
	margin: 0px auto 25px;
}
.contact-main .list p.t1 img{
	display: block;
	width: 100%;
}
.contact-main .list p.t2{
	color: #717070;
	font-size: 18px;
	line-height: 2;
	font-weight: bold;
}
.contact-main02{
	width: 100%;
	margin-bottom: 55px;
}
.job-main{
	width: 1200px;
	margin: 55px auto;
}
.job-main .list{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	background-color: white;
	box-shadow: 0px 0px 7px #ccc;
	padding: 30px;
	position: relative;
	cursor: pointer;
	margin-bottom: 30px;
}
.job-main .list .time{
	width: 180px;
	color: #1b63e9;
	font-weight: bold;
	font-size: 24px;
}
.job-main .list .text{
	width: 800px;
}
.job-main .list .text p.t1{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}
.job-main .list .text p.t2{
	display: flex;
	justify-content: flex-start;
}
.job-main .list .text p.t2 span{
	display: block;
	color: #6a6a6a;
	font-size: 15px;
}
.job-main .list .text p.t2 span:first-child{
	width: 200px;
}
.job-main .list .text .cons{
	display: none;
	color: #6a6a6a;
	font-size: 15px;
	line-height: 1.6;
	margin-top: 35px;
}
.job-main .list .btn{
	width: 180px;
	background-color: #dadada;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.job-main .list .btn img{
	width: 45px;
	display: block;
	margin: auto;
	transform: rotate(90deg);
	transition: 0.3s all;
}
.job-main .list .btn.show img{
	transform: rotate(0deg);
	transition: 0.3s all;
}
.yeji-main{
	width: 1200px;
	margin: 55px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yeji-main .list{
	width: 385px;
}
.yeji-main .list img{
	display: block;
	width: 100%;
}
.yeji-main .list p{
	display: block;
	background-color: #ebe9e9;
	font-size: 15px;
	font-weight: bold;
	padding: 20px 15px;
}
.show-main{
	width: 1200px;
	margin: 55px auto;
}
.show-main img{
	display: block;
	max-width: 100%;
	margin: 10px auto;
	
}
.news-main{
	width: 1200px;
	margin: 55px auto;
}
.news-main .list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: white;
	box-shadow: 0px 0px 6px #ccc;
	padding: 25px;
	margin-bottom: 25px;
}
.news-main .list .pic{
	width: 260px;
	overflow: hidden;
}
.news-main .list .pic img{
	display: block;
	width: 100%;
	transition: 0.3s all;
}
.news-main .list .text{
	width: 860px;
	position: relative;
}
.news-main .list .text p.t1{
	color: #706f6f;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 12px;
}
.news-main .list .text p.t2{
	color: #555;
	font-size: 14px;
	margin-bottom: 20px;
}
.news-main .list .text p.t3{
	font-size: 15px;
	color: #706f6f;
	line-height: 1.8;
}
.news-main .list .text p.t4{
	position: absolute;
	bottom: 0;
	right: 0;
}
.news-main .list .text p.t4 a{
	display: block;
	background-color: #0e62c1;
	color: white;
	width: 120px;
	line-height: 40px;
	text-align: center;
}
.news-main .list:hover img{
	transform: scale(1.1,1.1);
	transition: 0.3s all;
}
.news-main .list:hover{
	background-color: #0e62c1;
	color: white !important;
	
}
.news-main .list:hover p.t1,
.news-main .list:hover p.t2,
.news-main .list:hover p.t3{
	color: white;
	transition: 0.3s all;
}
.news-main .list:hover p.t4 a{
	background-color: white;
	color: black;
}
.show-times{
	font-size: 15px;
	text-align: center;
	margin: 25px auto;
}
/*手机*/

@media screen and (max-width: 1100px) {
	.header{
		width: 100%;
		margin: 10px auto;
		flex-wrap: wrap;
	}
	.header-w{
		position: static;
		margin: 15px 0px;
	}
	.header .logo{
		height: 40px;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.header .logo img{
		margin: auto;
	}
	.header .nav{
		flex-wrap: wrap;
		width: 100%;
	}
	.header .nav p{
		text-align: center;
		width: 33.33%;
		margin-left: 0px;
	}
	.header .nav p a{
		line-height: 36px;
	}
	.index-main01-w{
		padding: 25px 0px;
	}
	.index-main01{
		width: 100%;
		flex-wrap: wrap;
	}
	.index-main01 .left,
	.index-main01 .right{
		width: 90%;
		margin: 0px auto 20px;
	}
	.index-main02{
		width: 100%;
	}
	.index-main02 .swiper-wrapper{
		width: 100%;
	}
	.index-main03{
		width: 94%;
		margin: 30px auto;
		flex-wrap: wrap;
	}
	.index-main03 .list{
		margin-bottom: 25px;
	}
	.index-main04{
		width: 94%;
		flex-wrap: wrap;
	}
	.index-main04 .list{
		width: 49%;
		margin-bottom: 25px;
	}
	.index-main05-w{
		display: none;
	}
	.footer{
		width: 94%;
	}
	.footer .top{
		flex-wrap: wrap;
	}
	.footer .top .list{
		width: 100%;
		margin-bottom: 20px;
	}
	.footer .top .list .text p.t2{
		font-size: 14px;
	}
	.footer .bottom{
		flex-wrap: wrap;
		width: 100%;
	}
	.footer .bottom .one,
	.footer .bottom .two,
	.footer .bottom .three{
		margin-bottom: 25px;
		width: 100%;
	}
	.header-n .logo{
		height: 50px;
		width: 100%;
	}
	.header-n .logo img{
		margin: auto;
	}
	.header-n .logo-r{
		display: none;
	}
	.header-nav{
		width: 100%;
		flex-wrap: wrap;
	}
	.header-n{
		width: 100%;
	}
	.page-types{
		width: 94%;
		flex-wrap: wrap;
	}
	.page-types p{
		width: 30%;
		margin-left: 0px;
		font-size: 14px;
	}
	.about-main{
		width: 94%;
		flex-wrap: wrap;
	}
	.about-main .left,
	.about-main .right{
		width: 100%;
		margin-bottom: 35px;
	}
	.about-main .right p.t1{
		font-size: 64px;
	}
	.about-main .right p.t1 span{
		top: 36px;
	}
	.wenhua-main{
		width: 94%;
	}
	.wenhua-main .list{
		width: 100%;
	}
	.wenhua-main02{
		width: 94%;
		padding: 20px;
	}
	.wenhua-main02 p{
		width: 49%;
	}
	.zizhi-main{
		width: 94%;
	}
	.fengcai-main{
		width: 94%;
	}
	.fengcai-main .list{
		width: 49%;
	}
	.honor-main{
		width: 94%;
	}
	.honor-main .list{
		width: 49%;
	}
	.yeji-main{
		width: 100%;
	}
	.yeji-main .list{
		width: 100%;
		margin-bottom: 20px;
	}
	.show-main{
		width: 94%;
	}
	.contact-main{
		width: 94%;
		flex-wrap: wrap;
	}
	.contact-main .list{
		width: 100%;
		margin-bottom: 30px;
	}
	.job-main{
		width: 94%;
	}
	.job-main .list .btn,
	.job-main .list .time{
		display: none;
	}
	.job-main .list .text{
		width: 100%;
	}
	.job-main .list .text p.t2{
		flex-wrap: wrap;
	}
	.job-main .list .text p.t2 span{
		width: 100%;
	}
	.news-main{
		width: 94%;
	}
	.news-main .list{
		flex-wrap: wrap;
	}
	.news-main .list .pic{
		width: 100%;
	}
	.news-main .list .text{
		width: 100%;
	}
	.news-main .list .text p.t4{
		position: static;
	}
	.index-title{
		font-size: 18px;
	}
}
